-
-
Notifications
You must be signed in to change notification settings - Fork 33k
gh-137970: add st_mode_notice code_example #138532
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please run pre-commit
to fix the failing lint job.
Doc/library/os.rst
Outdated
|
||
.. note:: | ||
|
||
``st_mode`` is an **int** bitmask that combines the file type and the |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We should use a Sphinx reference instead of making it bold:
``st_mode`` is an **int** bitmask that combines the file type and the | |
``st_mode`` is an :class:`int` bitmask that combines the file type and the |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I've applied the change, thanks for the suggestion.
134e987
to
45523e0
Compare
45523e0
to
ee75661
Compare
📚 Documentation preview 📚: https://cpython-previews--138532.org.readthedocs.build/